From 3673aede3cbbdce6362e9768e4f2e6de0bc6bb9d Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 17 Sep 2002 00:42:29 +0000 Subject: [PATCH] (ls-lisp-format-time-list): Fix type and provide :tag's. --- lisp/ls-lisp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 6efc77b099e..72c2f65aba2 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el @@ -159,7 +159,8 @@ current year. The OLD-TIME-FORMAT is used for older files. To use ISO \(setq ls-lisp-format-time-list '(\"%Y-%m-%d %H:%M\" \"%Y-%m-%d \"))" - :type '(list string) + :type '(list (string :tag "Early time format") + (string :tag "Old time format")) :group 'ls-lisp) ;; Remember the original insert-directory function -- 2.30.2